projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abdbe20
)
Remove leftover debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Feb 2012 18:05:46 +0000
(13:05 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Feb 2012 18:08:27 +0000
(13:08 -0500)
gtk/gtkimcontextsimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextsimple.c
b/gtk/gtkimcontextsimple.c
index 8fefc72d119837748632d016e9397a49db5bb2e3..032e16d63909567a6af3797eaa71de4064f68a49 100644
(file)
--- a/
gtk/gtkimcontextsimple.c
+++ b/
gtk/gtkimcontextsimple.c
@@
-843,7
+843,6
@@
gtk_im_context_simple_filter_keypress (GtkIMContext *context,
if (priv->tentative_match &&
g_unichar_validate (priv->tentative_match))
{
-g_print ("committing tentative match on release\n");
gtk_im_context_simple_commit_char (context, priv->tentative_match);
priv->compose_buffer[0] = 0;